home *** CD-ROM | disk | FTP | other *** search
- { TheDraw Pascal Crunched Screen Image. Date: 01/24/95 }
- const
- IMGDATA_WIDTH=80;
- IMGDATA_DEPTH=9;
- IMGDATA_LENGTH=352;
- IMGDATA : array [1..352] of Char = (
- #7,#16,#24,#25,#17,#26, #6,'─','<',' ','Y','o','u',#39,'r','e',' ',
- 't','h','e',' ','p','r','o','u','d',' ','o','w','n','e','r',' ','o',
- 'f',' ','>',#26, #7,'─',#24,#25,#18,#11,#26, #4,'▄',' ',' ',#26, #4,
- '▄',' ','▄','▄','▄',' ','▄','▄',' ',' ',#26, #4,'▄',' ','▄','▄','▄',
- ' ','▄','▄',#25, #2,#26, #4,'▄',#24,#25,#17,'█','█','█', #3,'█','▀',
- '▀','▀',#11,'█','█','█', #3,'█','▀','▀','▀',#11,'█','█','█', #3,'█',
- #11,'█','█', #3,'█',#11,'█','█','█', #3,'█','▀','▀','▀',#11,'█','█',
- '█', #3,'█',#11,'█','█', #3,'█',#25, #2,'▀','▀','▀',#11,'█','█', #3,
- '▄',#24,#25,#17,#11,'█','█','█', #3,'█',#11,'█','█', #3,'▄',#11,'█',
- '█','█',#19,'▀','▀', #3,#16,'▄',' ',#11,'▄','█','█',#19,'▀',#16,'█',
- #19,'▄', #3,#16,'▀',#11,'█','█','█',#19,'▀','▀', #3,#16,'▄',' ',#11,
- '▄','█','█',#19,'▀',#16,'█',#19,'▄', #3,#16,'▀',' ',' ',#11,'▄','█',
- '█',#19,'▀','▀', #3,#16,'█','▀',#24,#25,#17,#11,'▀','█','█',#19,'▄',
- #16,'█',#19,'▀', #3,#16,'█',#11,'█','█','█', #3,'█',#25, #2,#11,'█',
- '█','█', #3,'█',#11,'█','█', #3,'█',#11,'█','█','█', #3,'█',#25, #2,
- #11,'█','█','█', #3,'█',#11,'█','█', #3,'█',' ',' ',#11,'█','█','█',
- #19,'▄',#16,'▄','▄',#24,#25,#19, #3,#26, #3,'▀',' ',' ','▀','▀','▀',
- #25, #3,'▀','▀','▀',' ','▀','▀',' ','▀','▀','▀',#25, #3,'▀','▀','▀',
- ' ','▀','▀',#25, #2,#26, #5,'▀',#24,#25,#17, #7,#26, #8,'─','<',' ',
- 'M','a','d','e',' ','b','y',' ','B','a','s',' ','v','a','n',' ','G',
- 'a','a','l','e','n',' ','>',#26, #8,'─',#24,#24);
-